home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
bug.swf
/
scripts
/
frame_94
/
PlaceObject2_670_3
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-03-28
|
237 b
|
15 lines
onClipEvent(enterFrame){
var l;
var t;
if(_root._currentFrame != "loop")
{
return undefined;
}
t = _root.getBytesTotal();
l = _root.getBytesLoaded();
if(t == l)
{
_root.play();
}
}